From 5f1ab3657d85abcb3f81d6993ecd8b74f0755a1f Mon Sep 17 00:00:00 2001 From: "robertlipe@gmail.com" Date: Sun, 18 Nov 2012 01:33:22 +0000 Subject: [PATCH] Don't use shell redirection to capture gperf output. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4202 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/Makefile.in b/gpsbabel/Makefile.in index e054ae9e0..e35c858f4 100644 --- a/gpsbabel/Makefile.in +++ b/gpsbabel/Makefile.in @@ -123,7 +123,7 @@ Makefile gbversion.h: Makefile.in config.status xmldoc/makedoc.in \ CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status xcsv_tokens.gperf: xcsv_tokens.in - gperf -L ANSI-C -D -t $? > $@ + gperf --output-file=$@ -L ANSI-C -D -t $? config.status: configure $(SHELL) config.status --recheck -- 2.30.2